home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / Print-Mac.Dxr / 00077_print2.ls < prev    next >
Encoding:
Text File  |  1996-10-04  |  560 b   |  23 lines

  1. on mouseDown
  2.   set the memberNum of sprite 8 to the number of member "print"
  3.   updateStage()
  4.   if the frame = (label("s5-1") + 2) then
  5.     printCast("Prntstat")
  6.   end if
  7.   if the frame = (label("s5-2") + 1) then
  8.     printCast("Prntpostcd")
  9.   end if
  10.   if the frame = (label("s5-3") + 1) then
  11.     printCast("Prntenv")
  12.   end if
  13.   if the frame = (label("s5-4") + 1) then
  14.     printCast("Prntbox1")
  15.   end if
  16.   if the frame = (label("s5-5") + 1) then
  17.     printCard("Prntcard")
  18.   end if
  19.   if the frame = (label("s5-6") + 1) then
  20.     printCast("prntSign")
  21.   end if
  22. end
  23.